home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / cosh.0 < prev    next >
Text File  |  1996-09-02  |  798b  |  27 lines

  1.  
  2. COSH(3)                    UNIX Programmer's Manual                    COSH(3)
  3.  
  4. NNAAMMEE
  5.      ccoosshh - hyperbolic cosine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ccoosshh(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ccoosshhff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The ccoosshh() and ccoosshhff() functions compute the hyperbolic cosine of _x.
  18.  
  19. RREETTUURRNN VVAALLUUEESS
  20.      Exceptional conditions are handled by matherr(3).
  21.  
  22. SSEEEE AALLSSOO
  23.      acos(3),  asin(3),  atan(3),  atan2(3),  cos(3),  sin(3),  sinh(3),
  24.      tan(3),  tanh(3),  math(3),  matherr(3)
  25.  
  26. BSD Experimental                  May 2, 1991                                1
  27.